home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / cdmax153 / CDmax.exe / 0 / RCDATA / TFRMIMPEXP / TFRMIMPEXP.txt
Text File  |  1998-06-12  |  2KB  |  93 lines

  1. object frmImpExp: TfrmImpExp
  2.   Left = 336
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Import/Export'
  7.   ClientHeight = 169
  8.   ClientWidth = 289
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object gagImpExp: TGauge
  19.     Left = 8
  20.     Top = 112
  21.     Width = 273
  22.     Height = 17
  23.     ForeColor = clBlue
  24.     Progress = 0
  25.   end
  26.   object lblStatus: TLabel
  27.     Left = 8
  28.     Top = 96
  29.     Width = 273
  30.     Height = 13
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'lblStatus'
  34.   end
  35.   object rgrImpExp: TRadioGroup
  36.     Left = 8
  37.     Top = 8
  38.     Width = 273
  39.     Height = 81
  40.     Caption = 'Format'
  41.     ItemIndex = 0
  42.     Items.Strings = (
  43.       'Audiofile Internet Companion (tm) Catalog')
  44.     TabOrder = 0
  45.   end
  46.   object btnImport: TButton
  47.     Left = 8
  48.     Top = 136
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Import'
  52.     TabOrder = 1
  53.     OnClick = btnImportClick
  54.   end
  55.   object btnExport: TButton
  56.     Left = 208
  57.     Top = 136
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&Export'
  61.     TabOrder = 2
  62.     OnClick = btnExportClick
  63.   end
  64.   object inoImpExp: TIniOut
  65.     Items.Strings = (
  66.       'frmImpExp;Left;0;Software\Tisdale\CDmax\frmImpExp;Left;1;0'
  67.       'frmImpExp;Top;0;Software\Tisdale\CDmax\frmImpExp;Top;1;0'
  68.       
  69.         'odlImpExp;InitialDir;;Software\Tisdale\CDmax\frmImpExp\odlImpExp' +
  70.         ';InitialDir;1;0'
  71.       
  72.         'sdlImpExp;InitialDir;;Software\Tisdale\CDmax\frmImpExp\sdlImpExp' +
  73.         ';InitialDir;1;0')
  74.     RegistryRoot = CURRENT_USER
  75.     Left = 88
  76.     Top = 136
  77.   end
  78.   object odlImpExp: TOpenDialog
  79.     DefaultExt = '*.txt'
  80.     Filter = 'AIC export files|*.txt'
  81.     Title = 'AIC export files'
  82.     Left = 120
  83.     Top = 136
  84.   end
  85.   object sdlImpExp: TSaveDialog
  86.     DefaultExt = '*.txt'
  87.     Filter = 'AIC export files|*.txt'
  88.     Title = 'Export AIC file'
  89.     Left = 152
  90.     Top = 136
  91.   end
  92. end
  93.